home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_525 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-03-15  |  158 b   |  8 lines

  1. on(rollOver){
  2.    if(_root.divtype1wins == 1)
  3.    {
  4.       _root.div1_btn._alpha = 20;
  5.    }
  6.    _root.requirements = "Must have 1 wins for STREET BELT";
  7. }
  8.